CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java KMP

搜索资源列表

  1. kmp_algorith

    0下载:
  2. kmp算法实现,使用java实现,代码经过调试,绝对高效率,正确和可靠-KMP algorithm, using java achieved through debugging code, the absolute high efficiency, correct and reliable
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:1021
    • 提供者:weide
  1. NextArry

    0下载:
  2. 数据结构的一次实验(java语言),实现求数据结构的KMP算法的next数组功能-data structure of an experiment (java language) achieve data structure for the next KMP algorithm array functions
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:34662
    • 提供者:魏然
  1. StringMatchAlgorithms

    0下载:
  2. 数据结构中字符串匹配的三种经典算法--KMP算法、MonteCarlo算法、LasVegas算法。分别实现将两个0/1串的匹配。并作为比较。Java语言编写。-data structure string matching algorithm of the three classics -- KMP algorithm. Monte Carlo algorithm, the algorithm LasVegas. Achieve two were 0 / a string matching. An
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2018
    • 提供者:成熠
  1. java

    0下载:
  2. kmp,bm算法的java实现,公其他人参考参考
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5492
    • 提供者:smith
  1. src

    0下载:
  2. PKU中一些数据结构基本算法题的java实现,包括DIJ、PRIM、二叉查找树、并查集、动态规划、KMP、匈牙利算法、深搜广搜等-PKU some basic data structure algorithm java realization of the title, including DIJ, PRIM, binary search tree, and search sets, dynamic programming, KMP, the Hungarian algorithm, colle
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:78430
    • 提供者:俞昊旻
  1. kmp

    1下载:
  2. 给你A,B两个字符串,检查B串是否是A串的子串,类似于Java的String.indexOf("")。找到匹配失败时的最合适的回退位置,而不是简单的回退到子串的第一个字符(常规的枚举查找方式,是简单的回退到子串的第一个字符,KMP算法的性能分析Java实现实例)*此仅供大家参考、交流,希望对大家有所帮助!-Here you are A, B two strings to check whether string B is a sub-string A string, similar to Jav
  3. 所属分类:Document

    • 发布日期:2015-10-14
    • 文件大小:1277
    • 提供者:左刘鸿翔
  1. KMP008

    0下载:
  2. 串的模式匹配的朴素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配"情况. 不同于将指针完全回溯, KMP算法先根据已经部分匹配的信息, 将匹配的指针跳过不必匹配的位置.-Series of simple pattern matching algorithm is O (N ^ 2), and can make use of KMP (from DEKnuth,
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:823
    • 提供者:左刘鸿翔
  1. KMP--suanfa

    0下载:
  2. 初看kmp算法的时候有点模糊,第一次就根本没明白过。 仔细的推敲。找相关类似的问题。现在把源程序贴出来供大家参考。 关键一点就是要了解next函数的构造,以及为什么要这么做。在数据结构中的next推倒,不过不是很好理解。 其中next是按1开始。 -Kmp algorithm for the beginning of the time look a bit vague on the first did not understand too. Careful scrutiny. To fin
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:104669
    • 提供者:左刘鸿翔
  1. KMP

    0下载:
  2. text pattern matching algorith in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1613
    • 提供者:mahesh tambare
  1. Test_KMP

    0下载:
  2. 基于Java开发的KMP例子,教学中关于KMP算法的研究-This is about KMP created on Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:20367
    • 提供者:legend
  1. kmpplayer

    0下载:
  2. kmp播放器是一款很好用的视频音频播放器,画面清晰,音质高-kmp player
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2016-01-25
    • 文件大小:14444378
    • 提供者:刘云
  1. KMP-Algorithm-analysis

    0下载:
  2. 用简单明了的方式描述了KMP算法的原理实现及推理过程,另外文档中还附加了算法的java实现及算法优缺点评析-KMP Algorithm analysis
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:70800
    • 提供者:李永民
  1. kmp

    0下载:
  2. kmp算法,能够读取txt和java文件,进行kmp查找匹配字符串后,可进行替换字符串-kmp algorithm, able to read the txt and java file, kmp find a matching string, the replacement string
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:3238
    • 提供者:吴安峻
  1. KMP

    0下载:
  2. 用于字符串匹配的Kmp算法,eclipse环境下的java编程-Kmp algorithm implemented in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:628
    • 提供者:she
  1. KMP

    0下载:
  2. KMP 的字符串模式匹配的java算法实现-KMP string pattern matching algorithm of Java
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:1325
    • 提供者:le
  1. kmp

    0下载:
  2. java数据结构的串的kmp算法部分源码-java number comb basis kmp algorithm part sources
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:969
    • 提供者:饶林
  1. kmp

    0下载:
  2. java代码,KMP算法匹配,返回位移值,用户可自行改变原文本及想要匹配的文本-java code, KMP matching algorithm, the return displacement value, the user can change the original text of this and want to match their own
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:693
    • 提供者:jry
  1. KMP

    0下载:
  2. Java实现KMP算法 -use java complie Kmp
  3. 所属分类:Games

    • 发布日期:2017-04-12
    • 文件大小:851
    • 提供者:隼之忆
  1. KMP

    0下载:
  2. 【数据结构&&算法系列】KMP算法介绍及实现(c++ && java)-KMP algorithm data structure && algorithm series introduction and implementation (c++ && Java)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:405430
    • 提供者:seven
  1. StringDemo

    0下载:
  2. 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:Yuan0173
« 12 »
搜珍网 www.dssz.com